-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix pyproto documentation. #2578
Conversation
src/lib.rs
Outdated
@@ -89,6 +87,8 @@ | |||
//! - `multiple-pymethods`: Enables the use of multiple [`#[pymethods]`](macro@crate::pymethods) | |||
//! blocks per [`#[pyclass]`](macro@crate::pyclass). This adds a dependency on the [inventory] | |||
//! crate, which is not supported on all platforms. | |||
//! - `pyproto`: Enables the deprecated `#[pyproto]` attribute macro. This will be removed in a | |||
//! future release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to mention a concrete version? 0.18 perhaps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine to say 0.18 here 👍 (I'm already planning to have a bonfire PR as soon as 0.17 is out the door xD)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
src/lib.rs
Outdated
@@ -89,6 +87,8 @@ | |||
//! - `multiple-pymethods`: Enables the use of multiple [`#[pymethods]`](macro@crate::pymethods) | |||
//! blocks per [`#[pyclass]`](macro@crate::pyclass). This adds a dependency on the [inventory] | |||
//! crate, which is not supported on all platforms. | |||
//! - `pyproto`: Enables the deprecated `#[pyproto]` attribute macro. This will be removed in a | |||
//! future release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine to say 0.18 here 👍 (I'm already planning to have a bonfire PR as soon as 0.17 is out the door xD)
Since #2322 this is not enabled by default.